regexp/syntax.compiler.quest (method)
3 uses
regexp/syntax (current package)
compile.go#L137: return c.quest(c.compile(re.Sub[0]), re.Flags&NonGreedy != 0)
compile.go#L219: func (c *compiler) quest(f1 frag, nongreedy bool) frag {
compile.go#L256: return c.quest(c.plus(f1, nongreedy), nongreedy)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)